home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / MATHVIEW.ZIP / README.TXT < prev    next >
Text File  |  1994-03-18  |  3KB  |  95 lines

  1. Copyright (c) 1989-1994 Shalom Halevy
  2.  
  3. MathViews Version 1.60 demo version
  4.  
  5. Thanks for using MathViews
  6. Benefits of MathViews
  7.  
  8. - Written in C++ for Windows from the ground up (not a retrofit)
  9.  
  10. - Full screen m-file debugger (support step into and step over)
  11.   you have access to the variable window and the stack window
  12.   at all times (keyboard access is always available)
  13.   Break points support is simple, use the right mouse button!
  14.  
  15. - You can load a script file and run a selection of consecutive
  16.   statements
  17.  
  18. - Dynamic loading of MathViews DLLs enable you to extend MathViews
  19.   in client-server environments. Unlike MEX, a single DLL support
  20.   multiple functions
  21.  
  22. - Windows DDE client and server DLL tool kit gives you access to any
  23.   Windows application that support DDE.
  24.  
  25. - Different windows for editing, text output, graphics output,
  26.   interactive input, and inspector for the function stack
  27.  
  28. - Multiple graphics windows with zoom and scroll support
  29.  
  30. - Build and compile MathViews libraries; You can put all your m-files
  31.   into a single module and compile the module into a MathViews
  32.   library. The library can be brought into MathViews runtime memory
  33.   with a single command.
  34.   Commercial customers: if you are looking to protect your m-file,
  35.   this compiler might be the solution you were looking for.
  36.  
  37. - C syntax for simple and compount assignment (+=, -=. *=, ++, --, etc.)
  38.  
  39. - Cut/Copy/Paste of commands; Copy/Print for plots
  40.  
  41. - AutoAssign, := assignment, for automatic variable updates.
  42.   For example:  y  := abs(x)
  43.                 yf := abs(fft(y))
  44.   when x is changed, y and yf are updated automatically. You can
  45.   use this feature to create whatif analysis (spreadsheet ?)
  46.   Load and run the autoasgn example
  47.  
  48. - Optional run time module
  49.  
  50.  
  51. We are actively looking for m-files authors and porting partners
  52.  
  53.  
  54. Source code licensing is available for qualified customers
  55.  
  56. Consulting and contract programming services are available
  57.  
  58. Loading of DLLs and run time modules are supported by the full
  59. working version of MathViews
  60.  
  61.  
  62. Dr. Shalom Halevy
  63. The MathWizards
  64. PO Box 22564
  65. San Diego, CA 92192
  66. Tel/FAX: (619) 552-9031
  67.  
  68. CompuServe E-mail 70274,2564
  69. INTERNET   E-mail 70274.2564@compuserve.com
  70.  
  71. Copyright (c) 1989-1994 Shalom Halevy
  72.  
  73. Permission to use, copy, distribute, and sell this software and 
  74. its documentation for any purpose is hereby granted without fee, provided
  75. that (i) the above copyright notices and this permission notice appear in
  76. all copies of the software and related documentation, and (iii) the names of
  77. Shalom Halevy and The MathWizards may not be used in any advertising or
  78. publicity relating to the software without the specific, prior written
  79. permission of Shalom Halevy.
  80.  
  81. PERMISSION is NOT granted to modify the software or its documentation.
  82.  
  83. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  84. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  85. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  86.  
  87. IN NO EVENT SHALL SHALOM HALEVY BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  88. INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
  89. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE
  90. POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR
  91. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  92.  
  93.  
  94.  
  95.